home *** CD-ROM | disk | FTP | other *** search
- #if defined(__STDC__) || defined(__cplusplus)
- # define P_(s) s
- #else
- # define P_(s) ()
- #endif
-
-
- /* mgrterm.c */
- int main P_((int argc, const char **argv));
- void init P_((void));
- void do_quit P_((void));
- void download_menus P_((void));
- void do_escape P_((void));
- char *getline P_((int echo));
- void do_shell P_((void));
- void do_baud P_((void));
- int set_baud P_((char *s));
- void do_stop P_((void));
- void do_duplex P_((void));
- void do_flow P_((void));
- void do_termcap P_((void));
- void do_status P_((void));
- void Boutput P_((int dev, char *s));
- void do_dial P_((void));
- void read_whitepages P_((char *file));
- void send_dial P_((char *s));
- int getnum P_((char **stringp, int base));
- void alrm P_((void));
- int await_char P_((int ch));
-
- #undef P_
-